'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DescriptionAttribute("The SQL Query to run.")> Public Property CommandText As System.String
'Usage
Dim instance As SQLQueryScalar(Of TResult) Dim value As System.String instance.CommandText = value value = instance.CommandText
[System.ComponentModel.Browsable(false)] [System.ComponentModel.Description("The SQL Query to run.")] public System.string CommandText {get; set;}